diff --git a/base.c b/base.c index 1fb3b3f..8216146 100644 --- a/base.c +++ b/base.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/http-connect.c b/http-connect.c index 08ed966..5062440 100644 --- a/http-connect.c +++ b/http-connect.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + /** http-connect upstream module for redsocks */ diff --git a/http-relay.c b/http-relay.c index b622e0a..f8e427b 100644 --- a/http-relay.c +++ b/http-relay.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + /** http-relay upstream module for redsocks */ diff --git a/log.c b/log.c index 41b316a..395b196 100644 --- a/log.c +++ b/log.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/main.c b/main.c index 63cf40b..959cf58 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/parser.c b/parser.c index 3e6d5e2..15efcb7 100644 --- a/parser.c +++ b/parser.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/reddns.c b/reddns.c index a8aaeb6..981e1f8 100644 --- a/reddns.c +++ b/reddns.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/redsocks.c b/redsocks.c index ae90cc1..abb551c 100644 --- a/redsocks.c +++ b/redsocks.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/socks4.c b/socks4.c index 0492190..e172e41 100644 --- a/socks4.c +++ b/socks4.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include diff --git a/socks5.c b/socks5.c index 65ba85a..836ea49 100644 --- a/socks5.c +++ b/socks5.c @@ -1,3 +1,20 @@ +/* redsocks - transparent TCP-to-proxy redirector + * Copyright (C) 2007-2008 Leonid Evdokimov + * + * This program is free software: you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation, either version 3 of the License, or + * (at your option) any later version. + * + * This program is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + * GNU General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program. If not, see . + */ + #include #include #include