mirror of
https://github.com/yanyiwu/cppjieba.git
synced 2025-07-18 00:00:12 +08:00
add header about fenc and auhor into source files
This commit is contained in:
parent
475ea15f87
commit
3e3b5083fa
1
scripts/add_header.sh
Executable file
1
scripts/add_header.sh
Executable file
@ -0,0 +1 @@
|
||||
sed -i '1i/************************************\n * file enc : utf8\n * author : wuyanyi09@gmail.com\n************************************/' ../src/*.h ../src/*.cpp ../src/*.tcc
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#include "KeyWordExt.h"
|
||||
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_KEYWORDEXT_H
|
||||
#define CPPJIEBA_KEYWORDEXT_H
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#include "Segment.h"
|
||||
|
||||
namespace CppJieba
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_SEGMENT_H
|
||||
#define CPPJIEBA_SEGMENT_H
|
||||
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
/*
|
||||
* file encoding: utf-8
|
||||
* author: wuyanyi09@gmail.com
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
/*
|
||||
* file encoding: utf-8
|
||||
* author: wuyanyi09@gmail.com
|
||||
|
@ -1,3 +1,7 @@
|
||||
/************************************
|
||||
* file enc : utf8
|
||||
* author : wuyanyi09@gmail.com
|
||||
************************************/
|
||||
#ifndef CPPJIEBA_GLOBALS_H
|
||||
#define CPPJIEBA_GLOBALS_H
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user