소스 검색

corrections

master
arg@mig29 17 년 전
부모
커밋
08420a935b
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. +2
    -2
      LICENSE
  2. +1
    -1
      main.c

+ 2
- 2
LICENSE 파일 보기

@@ -1,7 +1,7 @@
MIT/X Consortium License

(C)opyright MMVII Anselm R. Garbe <garbeam at gmail dot com>
(C)opyright MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>
(C)opyright MMVI-MMVII Anselm R. Garbe <garbeam at gmail dot com>
(C)opyright MMVI-MMVII Sander van Dijk <a dot h dot vandijk at gmail dot com>

Permission is hereby granted, free of charge, to any person obtaining a
copy of this software and associated documentation files (the "Software"),


+ 1
- 1
main.c 파일 보기

@@ -373,7 +373,7 @@ main(int argc, char *argv[]) {
if(++i < argc) timeout.tv_sec = atoi(argv[i]);
}
else if(!strncmp(argv[i], "-v", 3)) {
fputs("dmenu-"VERSION", (C)opyright MMVII Anselm R. Garbe\n", stdout);
fputs("dmenu-"VERSION", (C)opyright MMVI-MMVII Anselm R. Garbe\n", stdout);
exit(EXIT_SUCCESS);
}
else


불러오는 중...
취소
저장